home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / ActiveShareware / vcdimager / source.lha / frontends / cli / popt / Makefile
Encoding:
Makefile  |  2001-06-30  |  8.1 KB  |  329 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  3.  
  4. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13.  
  14.  
  15. SHELL = /bin/sh
  16.  
  17. srcdir = .
  18. top_srcdir = ../../..
  19. prefix = /usr/local
  20. exec_prefix = ${prefix}
  21.  
  22. bindir = ${exec_prefix}/bin
  23. sbindir = ${exec_prefix}/sbin
  24. libexecdir = ${exec_prefix}/libexec
  25. datadir = ${prefix}/share
  26. sysconfdir = ${prefix}/etc
  27. sharedstatedir = ${prefix}/com
  28. localstatedir = ${prefix}/var
  29. libdir = ${exec_prefix}/lib
  30. infodir = ${prefix}/info
  31. mandir = ${prefix}/man
  32. includedir = ${prefix}/include
  33. oldincludedir = /usr/include
  34.  
  35. DESTDIR =
  36.  
  37. pkgdatadir = $(datadir)/vcdimager
  38. pkglibdir = $(libdir)/vcdimager
  39. pkgincludedir = $(includedir)/vcdimager
  40.  
  41. top_builddir = ../../..
  42.  
  43. ACLOCAL = aclocal -I frontends/gnome/macros
  44. AUTOCONF = autoconf
  45. AUTOMAKE = automake
  46. AUTOHEADER = autoheader
  47.  
  48. INSTALL = /usr/bin/install -c
  49. INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
  50. INSTALL_DATA = ${INSTALL} -m 644
  51. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  52. transform = s,x,x,
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. host_alias = powerpc-unknown-linux-gnu
  61. host_triplet = powerpc-unknown-linux-gnu
  62. AS = @AS@
  63. CC = ppc-amigaos-gcc -warpup -V2.95.2 -mcpu=604e
  64. CPP = ppc-amigaos-gcc -warpup -V2.95.2 -mcpu=604e
  65. CXX = 
  66. DLLTOOL = @DLLTOOL@
  67. GNOMEGNORBA_LIBS = 
  68. GNOMEMM_CFLAGS = 
  69. GNOMEMM_LIBS = 
  70. GNOMEUI_LIBS = 
  71. GNOME_APPLETS_LIBS = 
  72. GNOME_CAPPLET_LIBS = 
  73. GNOME_CONFIG = 
  74. GNOME_DOCKLETS_LIBS = 
  75. GNOME_INCLUDEDIR = 
  76. GNOME_LIBDIR = 
  77. GNOME_LIBS = 
  78. GNORBA_CFLAGS = 
  79. GNORBA_LIBS = 
  80. GTKXMHTML_LIBS = 
  81. GTK_CFLAGS = 
  82. GTK_CONFIG = 
  83. GTK_LIBS = 
  84. LIBGLADE_CFLAGS = 
  85. LIBGLADE_CONFIG = 
  86. LIBGLADE_LIBS = 
  87. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  88. LIBVCD_CFLAGS = -I$(top_srcdir)/libvcd/
  89. LIBVCD_LIBS = $(top_builddir)/libvcd/libvcd.a
  90. LN_S = ln -s
  91. MAINT = #
  92. MAKEINFO = makeinfo
  93. OBJDUMP = @OBJDUMP@
  94. ORBIT_CFLAGS = 
  95. ORBIT_CONFIG = 
  96. ORBIT_IDL = 
  97. ORBIT_LIBS = 
  98. PACKAGE = vcdimager
  99. PACKAGE_PIXMAPS_DIR = 
  100. POPT_LIBS = 
  101. PTHREAD_LIB = 
  102. RANLIB = ranlib
  103. VERSION = 0.6.2
  104. XPM_LIBS = 
  105. ZVT_LIBS = 
  106. cflags_set = yes
  107. cxxflags_set = @cxxflags_set@
  108.  
  109. INCLUDES = -I$(srcdir)
  110.  
  111. noinst_LIBRARIES = libpopt.a
  112.  
  113. libpopt_a_SOURCES =      popt.c     findme.c     poptparse.c     poptconfig.c     popthelp.c     popt.h     findme.h     poptint.h
  114.  
  115. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  116. CONFIG_HEADER = ../../../config.h
  117. CONFIG_CLEAN_FILES = 
  118. LIBRARIES =  $(noinst_LIBRARIES)
  119.  
  120.  
  121. DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I../../..
  122. CPPFLAGS = 
  123. LDFLAGS = 
  124. LIBS =  -lm
  125. libpopt_a_LIBADD = 
  126. libpopt_a_OBJECTS =  popt.o findme.o poptparse.o poptconfig.o popthelp.o
  127. AR = ar
  128. CFLAGS = -g -O2 -Wall -Wunused  -Wall -Wmissing-prototypes -Wunused -Wpointer-arith -Wwrite-strings
  129. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  130. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  131. CCLD = $(CC)
  132. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  133. DIST_COMMON =  Makefile.am Makefile.in
  134.  
  135.  
  136. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  137.  
  138. TAR = gtar
  139. GZIP_ENV = --best
  140. SOURCES = $(libpopt_a_SOURCES)
  141. OBJECTS = $(libpopt_a_OBJECTS)
  142.  
  143. all: all-redirect
  144. .SUFFIXES:
  145. .SUFFIXES: .S .c .lo .o .s
  146. $(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  147.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps frontends/cli/popt/Makefile
  148.  
  149. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  150.     cd $(top_builddir) \
  151.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  152.  
  153.  
  154. mostlyclean-noinstLIBRARIES:
  155.  
  156. clean-noinstLIBRARIES:
  157.     -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  158.  
  159. distclean-noinstLIBRARIES:
  160.  
  161. maintainer-clean-noinstLIBRARIES:
  162.  
  163. .c.o:
  164.     $(COMPILE) -c $<
  165.  
  166. .s.o:
  167.     $(COMPILE) -c $<
  168.  
  169. .S.o:
  170.     $(COMPILE) -c $<
  171.  
  172. mostlyclean-compile:
  173.     -rm -f *.o core *.core
  174.  
  175. clean-compile:
  176.  
  177. distclean-compile:
  178.     -rm -f *.tab.c
  179.  
  180. maintainer-clean-compile:
  181.  
  182. .c.lo:
  183.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  184.  
  185. .s.lo:
  186.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  187.  
  188. .S.lo:
  189.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  190.  
  191. mostlyclean-libtool:
  192.     -rm -f *.lo
  193.  
  194. clean-libtool:
  195.     -rm -rf .libs _libs
  196.  
  197. distclean-libtool:
  198.  
  199. maintainer-clean-libtool:
  200.  
  201. libpopt.a: $(libpopt_a_OBJECTS) $(libpopt_a_DEPENDENCIES)
  202.     -rm -f libpopt.a
  203.     ppc-amigaos-ar rcs libpopt.a $(libpopt_a_OBJECTS) $(libpopt_a_LIBADD)
  204.     ppc-amigaos-ranlib libpopt.a
  205.  
  206. tags: TAGS
  207.  
  208. ID: $(HEADERS) $(SOURCES) $(LISP)
  209.     list='$(SOURCES) $(HEADERS)'; \
  210.     unique=`for i in $$list; do echo $$i; done | \
  211.       awk '    { files[$$0] = 1; } \
  212.            END { for (i in files) print i; }'`; \
  213.     here=`pwd` && cd $(srcdir) \
  214.       && mkid -f$$here/ID $$unique $(LISP)
  215.  
  216. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  217.     tags=; \
  218.     here=`pwd`; \
  219.     list='$(SOURCES) $(HEADERS)'; \
  220.     unique=`for i in $$list; do echo $$i; done | \
  221.       awk '    { files[$$0] = 1; } \
  222.            END { for (i in files) print i; }'`; \
  223.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  224.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  225.  
  226. mostlyclean-tags:
  227.  
  228. clean-tags:
  229.  
  230. distclean-tags:
  231.     -rm -f TAGS ID
  232.  
  233. maintainer-clean-tags:
  234.  
  235. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  236.  
  237. subdir = frontends/cli/popt
  238.  
  239. distdir: $(DISTFILES)
  240.     @for file in $(DISTFILES); do \
  241.       d=$(srcdir); \
  242.       if test -d $$d/$$file; then \
  243.         cp -pr $$d/$$file $(distdir)/$$file; \
  244.       else \
  245.         test -f $(distdir)/$$file \
  246.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  247.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  248.       fi; \
  249.     done
  250.  
  251. info-am:
  252. info: info-am
  253. dvi-am:
  254. dvi: dvi-am
  255. check-am: all-am
  256. check: check-am
  257. installcheck-am:
  258. installcheck: installcheck-am
  259. install-exec-am:
  260. install-exec: install-exec-am
  261.  
  262. install-data-am:
  263. install-data: install-data-am
  264.  
  265. install-am: all-am
  266.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  267. install: install-am
  268. uninstall-am:
  269. uninstall: uninstall-am
  270. all-am: Makefile $(LIBRARIES)
  271. all-redirect: all-am
  272. install-strip:
  273.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  274. installdirs:
  275.  
  276.  
  277. mostlyclean-generic:
  278.  
  279. clean-generic:
  280.  
  281. distclean-generic:
  282.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  283.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  284.  
  285. maintainer-clean-generic:
  286. mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
  287.         mostlyclean-libtool mostlyclean-tags \
  288.         mostlyclean-generic
  289.  
  290. mostlyclean: mostlyclean-am
  291.  
  292. clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
  293.         clean-generic mostlyclean-am
  294.  
  295. clean: clean-am
  296.  
  297. distclean-am:  distclean-noinstLIBRARIES distclean-compile \
  298.         distclean-libtool distclean-tags distclean-generic \
  299.         clean-am
  300.     -rm -f libtool
  301.  
  302. distclean: distclean-am
  303.  
  304. maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
  305.         maintainer-clean-compile maintainer-clean-libtool \
  306.         maintainer-clean-tags maintainer-clean-generic \
  307.         distclean-am
  308.     @echo "This command is intended for maintainers to use;"
  309.     @echo "it deletes files that may require special tools to rebuild."
  310.  
  311. maintainer-clean: maintainer-clean-am
  312.  
  313. .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
  314. clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
  315. mostlyclean-compile distclean-compile clean-compile \
  316. maintainer-clean-compile mostlyclean-libtool distclean-libtool \
  317. clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
  318. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  319. dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  320. install-exec install-data-am install-data install-am install \
  321. uninstall-am uninstall all-redirect all-am all installdirs \
  322. mostlyclean-generic distclean-generic clean-generic \
  323. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  324.  
  325.  
  326. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  327. # Otherwise a system limit (for SysV at least) may be exceeded.
  328. .NOEXPORT:
  329.